home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / compmeas.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.8 KB  |  105 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Complexity Measures Report
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Intermetrics, Inc.
  7. --                   : 733 Concord Ave, Cambridge, MA 02138
  8. --                   : Bill Toscano or Michael Gordon (author)
  9. --                   : (617) 661-1840 
  10. -- COPYRIGHT         : (c) 1986, Intermetrics, Inc.
  11. -- DATE CREATED      : 3/86
  12. -- DATE RELEASED     : 3/86
  13. -- DATE LAST UPDATED : 
  14. -- LOCATION          : ASR
  15. -- ENVIRONMENT       : VAX/VMS/DEC Ada
  16. --= CLASSIFICATION       ===============================================--
  17. -- CATEGORY LEVEL 1  : METRICS
  18. -- CATEGORY LEVEL 2  : Complexity Measures
  19. -- CATEGORY LEVEL 3  : Compmeasures, Halstead, and McCabe
  20. -- CATEGORY LEVEL 4  : 
  21. -- KEYWORD           : 
  22. -- INDEX             : Complexity
  23. -- INDEX             : Complexity Measures
  24. -- INDEX             : Measures, Complexity
  25. -- INDEX             : Halstead
  26. -- INDEX             : McCabe
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : WIS_TOOL_05_1_3
  30. -- SEE ALSO          : ABSTRACT
  31. --= FILE LISTING         ===============================================--
  32. -- FILE SPECS        : PD:<ADA.METRICS>COMPM*.*
  33. -- FILE SPECS        : PD:<ADA.METRICS>HALS*.*
  34. -- FILE SPECS        : PD:<ADA.METRICS>MCCABE.*
  35. -- FILE SPECS        : PD:<ADA.COMPONENTS>ABSTRACT.*
  36. -- DIRECTORY DISPLAY :
  37. -- Directory   PD:<ADA.METRICS>
  38. --      File Name     Byte Count  Line Count
  39. --   ---------------  ----------  ----------
  40. --   COMPMEAS.ABS           2349          51
  41. --   COMPMEAS.CMM           4098         109
  42. --   COMPMEAS.COM           1483          43
  43. --   COMPMEAS.PRO           2519          67
  44. --   COMPMEAS.SUB            703          20
  45. --   HALSTEAD.CMM           3490          76
  46. --   HALSTEAD.CO             969          70
  47. --   HALSTEAD.DOC          34907        1026
  48. --   HALSTEAD.ME            3950         102
  49. --   HALSTEAD.PL            2200          76
  50. --   HALSTEAD.PRO           2519          67
  51. --   HALSTEAD.SRC        1031145       30004
  52. --   HALSTEAD.TST          30606         751
  53. --   MCCABE.CNT             2187          27
  54. --   MCCABE.DOC            15250         344
  55. --   MCCABE.DSS             1864          27
  56. --   MCCABE.DST             4720          73
  57. --   MCCABE.GRM            38028        1412
  58. --   MCCABE.ME              4974         117
  59. --   MCCABE.PRO             2519          67
  60. --   MCCABE.RNO             8390         227
  61. --   MCCABE.SRC           432177       10835
  62. --   MCCABE.TST            56485        1914
  63. --   ===============  ==========  ==========
  64. --    23 Files           1687532       47505
  65. -- Directory   PD:<ADA.COMPONENTS>
  66. --      File Name     Byte Count  Line Count
  67. --   ---------------  ----------  ----------
  68. --   ABSTRACT.CMM           2263          57
  69. --   ABSTRACT.CO            2657          51
  70. --   ABSTRACT.PRO           3334          74
  71. --   ABSTRACT.SRC         572620       17976
  72. --   ===============  ==========  ==========
  73. --     4 Files            580874       18158
  74. --= ABSTRACT             ===============================================--
  75. --         The  Complexity Measures Report will analyze program units for
  76. -- complexity as measured by Halstead and McCabe.  The program  unit  and
  77. -- its  complexity  will  be  output  to the default output file.  If the
  78. -- measured complexity exceeds a desired maximum complexity, the  program
  79. -- unit is flagged on the output listing.
  80. --= REVISION HISTORY     ===============================================--
  81. --
  82. -- DATE         VERSION    AUTHOR                  HISTORY
  83. -- 3/86         1.0    Intermetrics            Initial Release
  84. --= RELEASE NOTICE       ===============================================--
  85. -- This prologue must be included in all copies of this software.
  86. --
  87. -- This software is copyright by the author.
  88. --
  89. -- This software is released to the Ada community.
  90. -- This software is released to the Public Domain (note:
  91. --   software released to the Public Domain is not subject
  92. --   to copyright protection).
  93. -- Restrictions on use or distribution:  NONE
  94. --= DISCLAIMER           ===============================================--
  95. --     This software and its documentation are provided "AS IS" and
  96. -- without any expressed or implied warranties whatsoever.  No warranties
  97. -- as to performance, merchantability, or fitness for a particular
  98. -- purpose exist.
  99. --     The user is advised to test the software thoroughly before
  100. -- relying on it.  The user must assume the entire risk and liability of
  101. -- using this software.  In no event shall any person or organization of
  102. -- people be held responsible for any direct, indirect, consequential or
  103. -- inconsequential damages or lost profits.
  104. --======================================================================--
  105.